Auto merge of #1705 - alexcrichton:fix-test-non-root-package, r=brson
authorbors <bors@rust-lang.org>
Fri, 12 Jun 2015 00:18:15 +0000 (00:18 +0000)
committerbors <bors@rust-lang.org>
Fri, 12 Jun 2015 00:18:15 +0000 (00:18 +0000)
The previous overhaul of how dependencies among build dependencies were
traversed ended up picking the wrong root package when the `-p` argument was
specified to commands. This commit fixes this up by making sure the right root
package is passed along.


Trivial merge